Submit

SIMcloud

@Erik Thiart

SIMcloud is a hosted South African MCP server for wallet balance checks, network lookups, SMS sending, airtime recharges, data bundle purchases, and prepaid electricity orders. It connects over Streamable HTTP and uses each user's own SIMcloud account via OAuth.
Overview

SIMcloud MCP Server

SIMcloud gives AI tools direct access to core SIMcloud actions through a hosted MCP server.

What it can do

  • Check wallet balance
  • Look up South African mobile networks
  • Send SMS messages
  • Create airtime recharges
  • Create data bundle recharges
  • Create prepaid electricity orders
  • Check order and SMS status

Connection

This is a hosted Streamable HTTP MCP server:

https://simcloud.co.za/api/mcp.php

Authentication

SIMcloud uses OAuth and connects each user to their own SIMcloud account. Tool calls run against that user's own wallet, permissions, and account context.

Server Config

{
  "mcpServers": {
    "simcloud": {
      "url": "https://simcloud.co.za/api/mcp.php"
    }
  }
}

Server Config

{
  "mcpServers": {
    "simcloud": {
      "url": "https://simcloud.co.za/api/mcp.php"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server